


/*zhibo*/
.zbgkk {
    width: 1200px;
    margin:35px auto 0;
}
.zbgkkTit {
    margin-bottom: 22px;
}
.zbgkkTit h6 {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #252525;
    line-height: 24px;
}
.zbgkkTit a {
    float: right;
    font-size: 18px;
    color: #252525;
    line-height: 24px;
    margin-right: 2px;
    font-weight: 600;
}
.zbgkkTit a:hover {
    color: #F02929;
}
.zb {
    width: 1200px;
    margin:0 auto 40px;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap ;
    justify-content: space-between;

}
.zbItem{
    position: relative;
    width: 280px;
    height: 286px;
    border-radius: 8px;
    overflow: hidden;
    transition:all .5s;
    box-shadow: 0px 7px 12px 0px rgba(0,0,0,0.06);
}
.zbItem:hover {
    box-shadow: 0px 20px 15px 0px rgba(0,0,0,0.04), 0px 13px 14px 0px rgba(0,0,0,0.08), 0px 7px 12px 0px rgba(0,0,0,0.06);
}
.zbItem:hover .yyBtn {
    color: #fff;
    background: #CB0202;
}
.zbItem>img {
    width: 280px;
    height: 158px;
    display: block;
}
.zbING {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 52px;
    height: 24px;
    background: #F02929;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.zbgkMsg {
    width: 280px;
    height: 128px;
    background: #FFFFFF;
    padding:15px 20px;
    box-sizing: border-box;
    border-radius: 0px 0px 8px 8px;
}
.zbgkMsg h6 {
    width: 240px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    line-height: 24px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow:ellipsis;
}
.yytime {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}
.yyBtn {
    float: right;
    width: 87px;
    height: 40px;
    background: #F02929;
    border-radius: 20px;
    color:#fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.yyBtn:hover {
    color:#fff;
    background: #CB0202;
}


.banArea {
    width: 1200px;
    margin:20px auto 0;
}
.dtIndex {
    float: right;
    width: 380px;
    height: 332px;
    padding:26px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 8px;
}
.dtMain {
    float: right;
    width: 380px;
    height: 332px;
    padding:26px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 8px;
}
.dtItem h6 {
    width: 80px;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #252525;
    line-height: 20px;
    margin-bottom:15px;
}
.dtItem {
    margin-bottom: 20px;
}
.dtItem  li {
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D6BFBF;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-bottom:10px;
    transition:all .5s;
}
.dtItem  li.active,.dtItem  li:hover {
    background: #DD2424;
    color: #252525;
    transition:all .5s;
    border:1px solid #DD2424;
}
.dtItem  li a {
    color: #252525;
    transition:all .5s;
}
.dtItem  li:hover a {
    color: #fff;
    transition:all .5s;
}
.dtItem  li:nth-child(odd) {
    float: left;
}
.dtItem  li:nth-child(even) {
    float: right;
}
.banArea .dtItem ul {
    margin-bottom: -10px;
}

/*banner*/
.c-banner{
    float: left;
    width: 800px;
    height: 332px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.c-banner:hover .nexImg,.c-banner:hover .preImg {
    display: block;
}
.c-banner img{
    width: 100%;
}
.c-banner .banner ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.c-banner .banner ul li{
    position: absolute;
    display: none;
    opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
    opacity: 1;
    display: block;
}
.c-banner .banner ul li img{
    width: 800px;
    height: 332px;
    position: absolute;
    top: 0px;
}
.c-banner .banner ul li:first-child img{
    position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
    display: none;

    position: absolute;
    top: 50%;
    margin-top: -53px;
    opacity: 0.8;
    border-radius: 5px;
    z-index: 10;

}
.c-banner .nexImg img,.c-banner .preImg img{
    width: 36px;
    height: 100px;
    transition:all .5s;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
    opacity: 1;
}
.c-banner .nexImg{
    right: 20px;
}
.c-banner .preImg {
    left: 20px;
}

.c-banner .jumpBtn{
    width: 30%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.c-banner .jumpBtn ul{
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li{
    width: 30px;
    height: 4px;
    border-radius: 4px;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
    margin-left: 0px;
}
/*banner*/

/*guanggao*/
.linear_list {
    width: 1200px;
    height: 140px;
    margin:30px auto;
}
.linear_list a {
    float: left;
    position: relative;
    width: 383px;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.linear_list a img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.linear_list a:hover img {
    transform:scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);

}
.linear_list a:nth-child(3){
    margin-right: 0;
}
.linear_list .list_title {
    position: absolute;
    top:40px;
    right: 30px;
}
.linear_list .list_title>div {
    width: 104px;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 39px;
}
.linear_list .list_title span {
    width: 144px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}


/*考试咨询*/
.kszx {
    width: 1200px;
    margin:0 auto;
}

.Main {
    width: 1200px;
    margin:0 auto;
}
.MainL {
    float: left;
    width: 800px;
    background: #fff;
    border-radius: 6px;
    padding:10px;
    box-sizing: border-box;
}
.kszxTit {
    width: 100%;
    height: 76px;
    line-height: 76px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 30px;
}
.kszxTit h6 {
    position: relative;
    float: left;
    font-size: 20px;
    margin-right: 60px;
    color: #252525;
    font-weight: normal;
    cursor: pointer;
}
.kszxTit h6 em {
    display: none;
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 5px;
    border-radius:3px;
    background: #F02929;
}
.kszxTit h6.active {
    font-weight: 700;
}
.kszxTit h6.active em {
    display: block;
}
.kszxTit h6:hover {
    color: #F02929;
}
.kszxTit h6.active:hover {
    color: #252525;
}
.kszxCon ul {
    display: none;
}
.kszxCon ul.active {
    display: block;
}
.MainLli {width: 100%;padding:20px;box-sizing: border-box;transition:all .5s;display: flex;}
.MainLli:hover {
    box-shadow: 0px 20px 15px 0px rgba(0,0,0,0.04), 0px 13px 14px 0px rgba(0,0,0,0.08), 0px 7px 12px 0px rgba(0,0,0,0.06);
    transition:all .5s;
}
.MainLli:hover .liLmsg h6 a {
    color: #F02929;
    transition:all .5s;
}
.liLImg {
    float: left;
    width: 200px;
    height: 112px;
    border-radius: 8px;
    margin-right: 20px;
    object-fit: contain;
    object-position: center;
}
.liLmsg {
    position: relative;
    flex-grow: 1;
    width: 100%;
    height: 112px;
    /* margin-left: 20px; */
}
.liLmsg h6 {
    font-size: 20px;
    color: #252525;
    line-height: 26px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow:ellipsis;
    transition:all .5s;
}
.liLmsg p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow:ellipsis;
}
.liLmsg .dtDate {
    position: absolute;
    left: 0;
    bottom:0;
    color: #ccc;
    font-size: 14px;
    line-height: 20px;
}
.MainR {
    float: right;
    width: 380px ;
    background:#fff;
    padding:20px;
    box-sizing:border-box;
    border-radius: 8px;
}
.MainRul {

    margin-bottom: 10px;

}
.MainRul li {
    float: left;
    width: 100px;
    height: 100px;
    padding-top:20px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom:10px;
    border: 1px solid #D6BFBF;
    border-radius: 8px;
    transition:all .5s;

}
.MainRul li:nth-child(3n) {
    margin-right: 0;
}
.MainR h6{
    /*width: 80px;*/
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #252525;
    line-height: 20px;
    margin-bottom: 15px;
}
.MainRul li img {
    width: 40px;
    display: block;
    margin:0 auto 10px;
}
.MainRul li span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #444;
    transition:all .5s;
}
.MainRul li:hover {
    background: #FFF1F1;
    border: 1px solid #D6BFBF;
}
.MainRul li:hover span {

    font-weight: bold;
    color: #F02929;
}
/*搜索页*/
.listCon>h6{
    height: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #252525;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left:20px;
}
.searendCon {

}

/*文章列表页*/
.articArea {
    padding:20px;
}
.articArea h5{
    font-size: 24px;
    font-weight: 400;
    color: #252525;
    line-height: 34px;
    margin-bottom: 30px;
}
.articMs .artiDate {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.articMs .sc {
    float: right;
    cursor: pointer;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    background: url("/static/2023/imgs/sc_n.png") no-repeat left center;
    background-size: 18px;
    transition:all .5s;
}
.articMs .sc:hover {
    color: #F02929;
    background: url("/static/2023/imgs/sc_h.png") no-repeat left center;
    background-size: 18px;
}
.articMs .sc.active {
    color: #F02929;
    background: url("/static/2023/imgs/sc_a.png") no-repeat left center;
    background-size: 18px;
}
.artiCon {
    margin-top:30px;
}
.artiCon img {
    width: 100%;
    margin-bottom: 20px;
}
.artiCon p {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 26px;
}
.artitips {
    margin-top: 10px;
    margin-bottom: 30px;
}
.artitips a {
    float: left;
    width: 88px;
    height: 30px;
    border-radius: 18px;
    border: 1px solid #713131;
    line-height: 30px;
    text-align: center;
    color:#713131;
    margin-right: 20px;
    margin-top: 20px;
}
.artiBtm {
    border-top:1px solid #DBD1D1;
    padding-top:27px;
}
.artiBtm>div {
    width: 330px;
}
.artiBtm>div span {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #F02929;
    line-height: 24px;
    margin-right: 15px;
}
.artiBtm .artiPrve {
    float: left;
}
.artiBtm .artiNext {
    float: right;
}
.artiBtm>div a {
    float: left;
    width: 254px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.artiBtm>div a:hover {
    color: #F02929;
    text-decoration: underline;
}

/*直播列表页*/
.zbListP {
    width: 1200px;
    margin:0 auto;
}
.zbListP .zbItem {
    margin-bottom:30px;
}

/*个人页*/
.persPage {
    width: 1200px;
    margin:20px auto;
    padding-top:120px;
    background: url("/static/2023/imgs/persbg.png") no-repeat left top;

}
.persCon {
    position: relative;
    width: 980px;
    margin:0 auto;
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing:border-box;
    padding-top: 110px;
}
.persCon .persPic {
    width: 160px;
    height: 160px;
    position: absolute;
    top:-80px;
    left:50%;
    margin-left: -80px;
}
.persCon>h5 {
    font-size: 24px;
    font-weight: bold;
    color: #252525;
    line-height: 36px;
    text-align: center;
}
.persMsg {
    width: 480px;
    margin:30px auto;
}
.phoneNum {
    height: 20px;
    float: left;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #252525;
    line-height: 20px;
    background: url("/static/2023/imgs/persPho.png") no-repeat left;
    background-size: 20px;
}
.ext {
    float: left;
    width: 36px;
    height: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-left: 20px;
    cursor: pointer;
    transition:all .5s;
}
.ext:hover {
    color: #F02929;
    font-weight: 700;
}
.kaodian {
    position: relative;
    float: right;
    height: 20px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #252525;
    line-height: 20px;
    background: url("/static/2023/imgs/kdbg.png") no-repeat left;
    background-size: 20px;
}
.kaodian #kd {
    float: right;
    width: 80px;
    height: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
    margin-left: 10px;
    cursor: pointer;
    transition:all .5s;
    border:1px solid transparent;
    box-sizing: border-box;
    margin-top: -10px;
    padding-left: 10px;
    border-radius: 8px;
}
#kd:hover {
    color: #F02929;
}
.chosKd {
    display: none;
    position: absolute;
    left: 76px;
    top: -10px;
}
.chosKdT {
    position: relative;
    width: 180px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #F51A1A;
    padding:0 15px;
    box-sizing: border-box;

}
.chosKdT span {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}
.chosKdT .chosele {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url(/static/2023/imgs/selearr.png) no-repeat center;
    background-size: 14px;
    cursor: pointer;
}
.chosKdT span.havecho {

    color: #252525;
}
#kd.havecho {
    font-size: 18px;
    color: #252525;
}
.chosKdB {
    display: none;
    border: 1px solid #EEEAEA;
    background: #FFFFFF;
    border-radius: 8px;
    width: 180px;
    padding:10px;
    box-sizing: border-box;
    height: 200px;
}
.chosKdB ul {
    height: 180px;
}
.chosKdB li {

    height: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height:32px;
    margin-bottom: 4px;
    cursor: pointer;
}
.chosKdB li:hover {
    color:#F02929 ;
}
.line {
    width: 920px;
    height: 1px;
    background: #DBD1D1;
    border-radius: 1px;
    margin:0 auto;
}
.persM {
    margin-top:30px;
}
.persM>h6 {
    font-size: 24px;
    font-weight: bold;
    color: #252525;
    line-height: 20px;
    margin-bottom: 30px;
    padding-left: 30px;
}
.zanwu img{
    display: block;
    margin:0 auto;
    margin-bottom: 25px;
}
.zanwu p {
    font-size: 18px;
    font-weight: 500;
    color: #B8C1C4;
    line-height: 26px;
    text-align: center;
}
.mySc {
    padding:0 10px;
    background: #fff;

}
.mySc .MainLli {

    margin-bottom: 10px;
}
.mySc .liLmsg {
    width: 660px;
}

/*直播详情页*/
.zbxqP .MainL {
    padding:30px;
}
.zbVideo {
    position: relative;
    width: 740px;
    height: 416px;
}
.zbVtc {
    position: absolute;
    top:0;
    left: 0;
    width: 740px;
    height: 416px;
    background: rgba(0,0,0,.5);
}
.zbVtc h2 {
    color: white;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.zbVtc span.live_time {
    color: white;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 50%;
}
.zbVicon {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top:44%;
    width: 60px;
    height: 60px;
    background: url("/static/2023/imgs/zbVicon.png") no-repeat center;
    background-size: 60px;
}
.zbVbtnbm {
    position: absolute;
    left: 50%;
    margin-left:-44px ;
    top:62%;
    width: 88px;
    height: 36px;
    background: #F02929;
    border-radius: 27px;
    color:#fff;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
}
.zbVbtnbm:hover {
    color: #fff;
}
.zbTitles {
    font-size: 26px;
    font-weight: bold;
    color: #252525;
    line-height: 40px;
    margin:20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zbVpnum {
    padding-left: 24px;
    line-height: 18px;
    color: #999999;
    font-size: 14px;
    background: url("/static/2023/imgs/hot.png") no-repeat left;
    background-size: 18px;
}
.zbVpnum span {
    margin-right: 2px;
}
.zbIntro {
    width: 740px;
    font-size: 24px;
    margin-top:40px;
    text-align: center;
}
.secBm {
    display: none;
    position: fixed;
    left: 50%;
    top:50%;
    margin-left: -205px;
    margin-top:-207px;
    width: 410px;
    height: 414px;
    background: #FFFFFF;
    box-shadow: 0px 20px 15px 0px rgba(0,0,0,0.04), 0px 13px 14px 0px rgba(0,0,0,0.08), 0px 7px 12px 0px rgba(0,0,0,0.06);
    border-radius: 30px;
    border: 1px solid #E7E7E7;
}
.secBm h6 {
    font-size: 28px;
    font-weight: bold;
    color: #252525;
    line-height: 42px;
    text-align: center;
    margin-top:50px;
}
.wxM {
    margin:36px auto 20px;
    width: 196px;
    height: 196px;
    background: #F5F5F5;
    border-radius: 8px;
    overflow: hidden;
}
.wxM img {
    width: 196px;
    height: 196px;
}
.secBm p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 24px;
}
.secBmClose {
    position: absolute;
    top:34px;
    right: 34px;
    width: 16px;
    height: 16px;
    background: url("/static/2023/imgs/close.png") no-repeat center;
    cursor: pointer;
}